ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / MultiSelect<T> Class / CheckOnFilter Property

In This Topic
    CheckOnFilter Property (MultiSelect<T>)
    In This Topic
    Gets or sets a value that determines whether the MultiSelectListBox in the drop-down should automatically select all the filtered items when the filter text changes.
    Syntax
    'Declaration
     
    Public Property CheckOnFilter As Boolean
    public bool CheckOnFilter {get; set;}
    Remarks
    The default value for this property is true.
    See Also